SignageSetBackColor

 

Sets the background color of the Signage text.

 

void @SignageSetBackColor(string classname, int color);

 

Parameters

string classname : The class name of the object. 

int color : Background color  

 

Return Value

None.

 

Example

 @SignageStart("SignageText1");
@SignageStart("SignageText2");
@SignageSetBackColor("SignageText3", @RGB(255, 0, 0));
@SignageStart("SignageText3");

 

Description : Change the background color of the SignageText3 object to red.

 

Version Information

Supported Version: 10.3.3 or higher

 

Related Helps

@SignageListAdd()

@SignageListClear()

@SignageSetBackColor()

@SignageSetSpeed()

@SignageStart()

@SignageStop()